Home
last modified time | relevance | path

Searched refs:BaseInt (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp640 ConstInfo.BaseInt = ConstInt; in findAndMakeBaseConstant()
892 IntegerType *Ty = ConstInfo.BaseInt->getType(); in emitBaseConstants()
893 Base = new BitCastInst(ConstInfo.BaseInt, Ty, "const", IP); in emitBaseConstants()
898 LLVM_DEBUG(dbgs() << "Hoist constant (" << *ConstInfo.BaseInt in emitBaseConstants()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DConstantHoisting.h117 ConstantInt *BaseInt; member