Searched refs:LLVMIntPredicate (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.h131 LLVMIntPredicate cond);
145 LLVMIntPredicate cond;
154 LLVMIntPredicate llvm_cond,
H A Dlp_bld_flow.c243 LLVMIntPredicate llvm_cond)
292 LLVMIntPredicate cmp_op,
H A Dlp_bld_logic.c309 LLVMIntPredicate op;
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.h131 LLVMIntPredicate cond);
145 LLVMIntPredicate cond;
154 LLVMIntPredicate llvm_cond,
H A Dlp_bld_flow.c243 LLVMIntPredicate llvm_cond)
292 LLVMIntPredicate cmp_op,
H A Dlp_bld_logic.c309 LLVMIntPredicate op;
/external/llvm/include/llvm-c/
H A DCore.h318 } LLVMIntPredicate; typedef in typeref:enum:__anon21028
1549 LLVMValueRef LLVMConstICmp(LLVMIntPredicate Predicate,
2235 LLVMIntPredicate LLVMGetICmpPredicate(LLVMValueRef Inst);
2539 LLVMValueRef LLVMBuildICmp(LLVMBuilderRef, LLVMIntPredicate Op,
/external/llvm/lib/IR/
H A DCore.cpp896 LLVMValueRef LLVMConstICmp(LLVMIntPredicate Predicate,
1713 LLVMIntPredicate LLVMGetICmpPredicate(LLVMValueRef Inst) {
1715 return (LLVMIntPredicate)I->getPredicate();
1718 return (LLVMIntPredicate)CE->getPredicate();
1719 return (LLVMIntPredicate)0;
2312 LLVMValueRef LLVMBuildICmp(LLVMBuilderRef B, LLVMIntPredicate Op,

Completed in 197 milliseconds