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

  /external/llvm/lib/VMCore/
IRBuilder.cpp 67 Value *Ops[] = { Ptr, Val, Size, getInt32(Align), getInt1(isVolatile) };
87 Value *Ops[] = { Dst, Src, Size, getInt32(Align), getInt1(isVolatile) };
107 Value *Ops[] = { Dst, Src, Size, getInt32(Align), getInt1(isVolatile) };
  /external/clang/lib/CodeGen/
CGCleanup.cpp     [all...]
CGObjC.cpp 506 args.add(RValue::get(CGF.Builder.getInt1(isAtomic)), Context.BoolTy);
507 args.add(RValue::get(CGF.Builder.getInt1(hasStrong)), Context.BoolTy);
    [all...]
CGBuiltin.cpp 271 Value *ZeroUndef = Builder.getInt1(Target.isCLZForZeroUndef());
288 Value *ZeroUndef = Builder.getInt1(Target.isCLZForZeroUndef());
    [all...]
CGExprScalar.cpp 355 return Builder.getInt1(E->getValue());
390 return Builder.getInt1(E->getValue());
    [all...]
CGObjCMac.cpp     [all...]
  /external/llvm/include/llvm/
IRBuilder.h 181 /// getInt1 - Get a constant value representing either true or false.
182 ConstantInt *getInt1(bool V) {
    [all...]

Completed in 148 milliseconds