Searched refs:IntToPtr (Results 76 - 100 of 100) sorted by relevance

1234

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DGVN.cpp385 case Instruction::IntToPtr:
H A DObjCARC.cpp330 case Instruction::IntToPtr: case Instruction::FCmp:
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml195 | IntToPtr Constructor in type:Opcode/t
H A Dllvm.mli253 | IntToPtr
/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2731 case Instruction::IntToPtr:
3158 case Instruction::IntToPtr: {
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp535 case Instruction::IntToPtr: {
875 case Instruction::IntToPtr:
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4177 case Instruction::IntToPtr:
6044 case Instruction::IntToPtr:
H A DBBVectorize.cpp594 case Instruction::IntToPtr:
/external/llvm/include/llvm/IR/
H A DInstructions.h4787 return I->getOpcode() == IntToPtr;
/external/llvm/lib/Analysis/
H A DValueTracking.cpp969 case Instruction::IntToPtr:
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp129 STATISTIC(NumFastIselFailIntToPtr,"Fast isel fails on IntToPtr");
1094 case Instruction::IntToPtr: NumFastIselFailIntToPtr++; return;
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1997 case Instruction::IntToPtr:
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp746 case Instruction::IntToPtr:
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1593 return CastInst::Create(Instruction::IntToPtr, NewSub, GEP.getType());
H A DInstCombineCompares.cpp3705 case Instruction::IntToPtr:
/external/swiftshader/third_party/LLVM/include/llvm/
H A DInstructions.h3379 return I->getOpcode() == IntToPtr;
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
H A DBitcodeReader.cpp106 case bitc::CAST_INTTOPTR: return Instruction::IntToPtr;
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2195 case Instruction::IntToPtr:
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DSimplifyCFG.cpp316 /// GetConstantInt - Extract ConstantInt from value, looking through IntToPtr
332 // IntToPtr const int.
334 if (CE->getOpcode() == Instruction::IntToPtr)
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DConstantFold.cpp596 case Instruction::IntToPtr: //always treated as unsigned
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp485 case Instruction::IntToPtr: return bitc::CAST_INTTOPTR;
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp358 /// Extract ConstantInt from value, looking through IntToPtr
374 // IntToPtr const int.
376 if (CE->getOpcode() == Instruction::IntToPtr)
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp787 case bitc::CAST_INTTOPTR: return Instruction::IntToPtr;
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp1982 Value *IntToPtr = local
1986 Builder.CreateDefaultAlignedLoad(IntToPtr, /*isVolatile=*/true);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
H A Dllvm.mli233 | IntToPtr

Completed in 1374 milliseconds

1234