HomeSort by relevance Sort by last modified time
    Searched defs:CreateSExtOrBitCast (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/Support/
ConstantFolder.h 182 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const {
NoFolder.h 229 Instruction *CreateSExtOrBitCast(Constant *C, Type *DestTy) const {
230 return CastInst::CreateSExtOrBitCast(C, DestTy);
TargetFolder.h 196 Constant *CreateSExtOrBitCast(Constant *C, Type *DestTy) const {
IRBuilder.h     [all...]
  /external/llvm/lib/VMCore/
Instructions.cpp     [all...]

Completed in 133 milliseconds