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

  /external/llvm/include/llvm/Support/
ConstantFolder.h 159 Constant *CreatePointerCast(Constant *C, Type *DestTy) const {
NoFolder.h 218 Instruction *CreatePointerCast(Constant *C, Type *DestTy) const {
219 return CastInst::CreatePointerCast(C, DestTy);
TargetFolder.h 179 Constant *CreatePointerCast(Constant *C, Type *DestTy) const {
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]

Completed in 84 milliseconds