Searched defs:InBounds (Results 1 – 10 of 10) sorted by relevance
669 bool InBounds = cast<GetElementPtrInst>(C.Ins)->isInBounds(); in rewriteCandidateWithBasis() local
182 InBounds = 0x08 enumerator349 uint32_t InBounds = GepI->isInBounds() ? GepNode::InBounds : 0; in processGepInst() local
2190 bool InBounds, in ConstantFoldGetElementPtr()
2076 ArrayRef<Value *> Idxs, bool InBounds, in getGetElementPtr()
2931 void LLVMSetIsInBounds(LLVMValueRef GEP, LLVMBool InBounds) { in LLVMSetIsInBounds()
826 bool InBounds = GEP->isInBounds(); in SymbolicallyEvaluateGEP() local
2590 bool InBounds = false; in parseConstants() local3959 bool InBounds; in parseFunctionBody() local
3553 bool InBounds = false; in ParseValID() local7204 bool InBounds = EatIfPresent(lltok::kw_inbounds); in ParseGetElementPtr() local
2221 bool InBounds = false; in vectorizeInterleaveGroup() local2403 bool InBounds = false; in vectorizeMemoryInstruction() local
2183 bool InBounds = true; member