HomeSort by relevance Sort by last modified time
    Searched refs:getInt1PtrTy (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/IR/
Type.h 405 static PointerType *getInt1PtrTy(LLVMContext &C, unsigned AS = 0);
  /external/llvm/lib/IR/
Function.cpp     [all...]
Type.cpp 273 PointerType *Type::getInt1PtrTy(LLVMContext &C, unsigned AS) {
  /external/llvm/unittests/IR/
MetadataTest.cpp 672 Type *Ty = Type::getInt1PtrTy(Context);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]

Completed in 126 milliseconds