HomeSort by relevance Sort by last modified time
    Searched defs:getTrue (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Support/
IRBuilder.h 185 /// getTrue - Get the constant value for i1 true.
186 ConstantInt *getTrue() {
187 return ConstantInt::getTrue(Context);
    [all...]
  /external/llvm/lib/VMCore/
Constants.cpp 351 ConstantInt *ConstantInt::getTrue(LLVMContext &Context) {
365 Constant *ConstantInt::getTrue(Type *Ty) {
369 return ConstantInt::getTrue(Ty->getContext());
374 ConstantInt::getTrue(Ty->getContext()));
    [all...]

Completed in 5473 milliseconds