/external/llvm/lib/Analysis/ |
InstructionSimplify.cpp | [all...] |
ScalarEvolution.cpp | 331 IntegerType *ITy = cast<IntegerType>(getEffectiveSCEVType(Ty)); 332 return getConstant(ConstantInt::get(ITy, V, isSigned)); [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
FastISel.cpp | [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineCalls.cpp | 30 if (IntegerType* ITy = dyn_cast<IntegerType>(Ty)) { 31 if (ITy->getBitWidth() < 32) 173 Type *ITy = IntegerType::get(MI->getContext(), Len*8); // n=1 -> i8. 177 Type *NewDstPtrTy = PointerType::get(ITy, DstAddrSp); 185 StoreInst *S = Builder->CreateStore(ConstantInt::get(ITy, Fill), Dest, [all...] |
InstCombineAndOrXor.cpp | [all...] |
/external/llvm/lib/Transforms/Scalar/ |
SCCP.cpp | [all...] |
/external/clang/lib/CodeGen/ |
CGBuiltin.cpp | [all...] |
/external/llvm/lib/IR/ |
Constants.cpp | 164 if (IntegerType *ITy = dyn_cast<IntegerType>(Ty)) 166 APInt::getAllOnesValue(ITy->getBitWidth())); 484 IntegerType *ITy = IntegerType::get(Context, V.getBitWidth()); 487 ConstantInt *&Slot = pImpl->IntConstants[DenseMapAPIntKeyInfo::KeyTy(V, ITy)]; 488 if (!Slot) Slot = new ConstantInt(ITy, V); [all...] |
Core.cpp | [all...] |
/external/llvm/lib/Transforms/Vectorize/ |
LoopVectorize.cpp | [all...] |