reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2683 if (S->getType()->isVectorTy()) 2684 S = CreateShadowCast(IRB, S, IRB.getInt64Ty(), /* Signed */ true); 2684 S = CreateShadowCast(IRB, S, IRB.getInt64Ty(), /* Signed */ true); 2685 assert(S->getType()->getPrimitiveSizeInBits() <= 64); 2686 Value *S2 = IRB.CreateICmpNE(S, getCleanShadow(S)); 2686 Value *S2 = IRB.CreateICmpNE(S, getCleanShadow(S));