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

  /external/llvm/lib/IR/
IRBuilder.cpp 67 Value *Ops[] = { Ptr, Val, Size, getInt32(Align), getInt1(isVolatile) };
87 Value *Ops[] = { Dst, Src, Size, getInt32(Align), getInt1(isVolatile) };
111 Value *Ops[] = { Dst, Src, Size, getInt32(Align), getInt1(isVolatile) };
  /external/clang/lib/CodeGen/
CGCleanup.cpp     [all...]
CGObjC.cpp 537 args.add(RValue::get(CGF.Builder.getInt1(isAtomic)), Context.BoolTy);
538 args.add(RValue::get(CGF.Builder.getInt1(hasStrong)), Context.BoolTy);
    [all...]
CGAtomic.cpp 339 SI->addCase(CGF.Builder.getInt1(false), StrongBB);
    [all...]
CGBuiltin.cpp 303 Value *ZeroUndef = Builder.getInt1(getTarget().isCLZForZeroUndef());
320 Value *ZeroUndef = Builder.getInt1(getTarget().isCLZForZeroUndef());
    [all...]
CGExprScalar.cpp 406 return Builder.getInt1(E->getValue());
    [all...]
CGObjCMac.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 714 Builder->getInt1(ICmpInst::isTrueWhenEqual(Cond)));
    [all...]
InstCombineMulDivRem.cpp 689 *I = Builder->getInt1(NonNullOperand == 1);
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 251 ConstantInt *getInt1(bool V) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]

Completed in 491 milliseconds