HomeSort by relevance Sort by last modified time
    Searched refs:getInt1 (Results 1 - 7 of 7) 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 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 299 Value *ZeroUndef = Builder.getInt1(Target.isCLZForZeroUndef());
316 Value *ZeroUndef = Builder.getInt1(Target.isCLZForZeroUndef());
    [all...]
CGExprScalar.cpp 364 return Builder.getInt1(E->getValue());
399 return Builder.getInt1(E->getValue());
    [all...]
CGObjCMac.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 182 ConstantInt *getInt1(bool V) {
    [all...]

Completed in 53 milliseconds